home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 24
/
Amiga Format AFCD24 (Feb 1998, Issue 108).iso
/
-in_the_mag-
/
emulation
/
amiga
/
uae-0.7.0b2
/
src
/
include
/
joystick.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-01-20
|
282b
|
14 lines
/*
* UAE - The Un*x Amiga Emulator
*
* Joystick emulation prototypes
*
* Copyright 1995 Bernd Schmidt
*/
extern void read_joystick (int nr, unsigned int *dir, int *button);
extern void init_joystick (void);
extern void close_joystick (void);
extern int nr_joysticks;